release 0.0.16
authorØyvind Kolås <pippin@gimp.org>
Fri, 12 Feb 2016 14:25:42 +0000 (15:25 +0100)
committerØyvind Kolås <pippin@gimp.org>
Fri, 12 Feb 2016 14:25:47 +0000 (15:25 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ed238d705fcc7e94dccbd317b5109f6cf6c71de8..d9e8c6f9825b211d956f85d992e41ca3b2689dd1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ the news section both in the README and the webpage.
 
                                                                           -->
 
+2016-02-12 babl-0.1.16                                              </dt><dd>
+Improvements to half float reference, SIMD, and fast-paths, and CIE float fast
+paths; cleanups of fast path extensions.
+                                                                    </dd><dt>
 2015-11-19 babl-0.1.14                                              </dt><dd>
 sRGB precision tuning, stability fixes, locale fix for setting error tolerance.
                                                                     </dd><dt>
index aed1683c0838a5edbcfbc9fd8ed2631d608a896d..30b88d19282b0da66d11920dcc2b93be4b33ddc5 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [15])
+m4_define([babl_micro_version], [16])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])